home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / drinkstreet.xml < prev    next >
Text File  |  2002-09-06  |  1KB  |  38 lines

  1. <search function="drinkstreet">
  2.   <name>DrinkStreet</name>
  3.   <description>
  4.     Search the DrinkStreet.com site for drink recipes.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>drinkstreet bloody mary</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Fun</category>
  11.   <link>http://www.drinkstreet.com/</link>
  12.   
  13.   <form name="drinkstreetf"
  14.         action="http://www.drinkstreet.com/searchresults.cgi"
  15.         method="post">
  16.     <input type="hidden" name="drinkname" value=""/>
  17.   </form>
  18.   
  19.   <script><![CDATA[
  20.     function drinkstreet(q)
  21.     {
  22.       if( nullArgs("drinkstreet",q) )
  23.         return false;
  24.       else
  25.       {
  26.         document.drinkstreetf.drinkname.value = q;
  27.         submitForm(drinkstreetf);
  28.       }
  29.     }
  30.   ]]></script>
  31.  
  32.   <copyright>
  33.     Copyright (c) 2002 David Bau
  34.     Distributed under the terms of the
  35.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  36.   </copyright>
  37. </search>
  38.